Skip to content

Add support for updating the RGB color of Razer devices#5445

Open
hegjon wants to merge 1 commit into
basecamp:devfrom
hegjon:razer3
Open

Add support for updating the RGB color of Razer devices#5445
hegjon wants to merge 1 commit into
basecamp:devfrom
hegjon:razer3

Conversation

@hegjon
Copy link
Copy Markdown
Contributor

@hegjon hegjon commented Apr 25, 2026

At the moment the user needs to install the following packages:

  • razer-cli
  • openrazer-driver-dkms
  • openrazer-daemon

And the following needs to be configured:

$ systemctl --user enable openrazer-daemon.service
$ systemctl --user start openrazer-daemon.service

Detecting razer device:

$ lsusb -d 0x1532:

Tested on a Razer Huntsman V3 Pro keyboard

Copilot AI review requested due to automatic review settings April 25, 2026 11:56
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@hegjon hegjon changed the title Add support for updating the RGB color of Trezor devices Add support for updating the RGB color of Razer devices Apr 25, 2026
@dhh
Copy link
Copy Markdown
Member

dhh commented Apr 25, 2026

We need to automate the entire thing. Like we've done for Asus and Framework.

@hegjon
Copy link
Copy Markdown
Contributor Author

hegjon commented Apr 25, 2026

When should the detection happen? If the user plug-in the keyboard after the installation, should there be a check for the keyboard later?

openrazer have a list of all the supported devices that should be easy to parse with a script, would it make sense to also check against this list?

@dhh
Copy link
Copy Markdown
Member

dhh commented Apr 29, 2026

Ahh, I see. I was assuming this was for a Razer laptop, not a separate keyboard. Yeah, good question. We could consider adding Install > Hardware > Razer RGB or something like that.

@hegjon
Copy link
Copy Markdown
Contributor Author

hegjon commented Apr 29, 2026

47 of the devies are laptops with a supported keyboard, but the most of the devices are external keyboards and mices. Let me know if you want to add a Install > Hardware sub-menu, then I can make the Razer RGB install step.

@hegjon
Copy link
Copy Markdown
Contributor Author

hegjon commented Apr 29, 2026

Another option could be to add udev rule, for instance:

ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="1532", ATTR{idProduct}=="0013|0015|...", RUN+="omarchy-ask-for-install-openrazer"

But feel it might be too much hassle/work for something simple

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants